From 4fa622c75b9c1b5189a0adf7437b5aa198fbf1fa Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 7 Sep 2002 03:19:39 +0000 Subject: [PATCH] Delete leftover testing code. --- gpsbabel/waypt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 71d421ea7..ce77d7a42 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -64,8 +64,7 @@ waypt_disp_all(waypt_cb cb) { queue *elem, *tmp; waypoint *waypointp; -setshort_length(8); -setshort_mustupper(0); + QUEUE_FOR_EACH(&waypt_head, elem, tmp) { waypointp = (waypoint *) elem; (*cb) (waypointp); -- 2.30.2